QuickOPC User's Guide and Reference
Payloads for OPC Unified Architecture
Extensions > Layered Extensions for .NET > StreamInsight Extensions > StreamInsight Extensions Fundamentals > OPC Event Payloads > Payloads for OPC Unified Architecture

The event payload class for OPC Unified Architecture is the UADataChangeNotificationPayload<TValue>, where TValue is the type of the OPC values. This class contains an embedded UAAttributeDataPayload<TValue> object, which contains the actual OPC value, timestamps, and status. This object is always present; in case of errors, it contains default values.

In addition, there are Endpoint and Attribute string properties, identifying the source of the event. For a single OPC observable, they always contain the same value, but they become useful once you start combining events from different OPC sources into one stream.

See Also